From 821456e603be535a6b61594389d305b90d1c6e75 Mon Sep 17 00:00:00 2001 From: Andrey Rahmatullin Date: Sat, 16 Mar 2019 01:39:10 +0000 Subject: [PATCH] Set the foreign option for automake Bug-Debian: https://bugs.debian.org/766492 Last-Update: 2014-11-08 Gbp-Pq: Name automake-foreign.patch --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 996ae0e..8a80211 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ AC_CONFIG_SRCDIR([src/libecap/adapter/service.h]) AC_CONFIG_HEADERS(src/libecap/common/ac-autoconf.h) AX_PREFIX_CONFIG_H(src/libecap/common/autoconf.h) -AM_INIT_AUTOMAKE([nostdinc]) +AM_INIT_AUTOMAKE([nostdinc foreign]) AM_MAINTAINER_MODE LT_INIT -- 2.30.2